home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / incr.n < prev    next >
Text File  |  1994-09-20  |  953b  |  67 lines

  1.  
  2.  
  3.  
  4. incr(n)               Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      incr - Increment the value of a variable
  12.  
  13. SYNOPSIS
  14.      incr _v_a_r_N_a_m_e ?_i_n_c_r_e_m_e_n_t?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      Increments the value stored in the variable  whose  name  is
  20.      _v_a_r_N_a_m_e.   The value of the variable must be an integer.  If
  21.      _i_n_c_r_e_m_e_n_t is supplied then  its  value  (which  must  be  an
  22.      integer)  is added to the value of variable _v_a_r_N_a_m_e;  other-
  23.      wise 1 is added to _v_a_r_N_a_m_e.  The new value is  stored  as  a
  24.      decimal  string  in  variable  _v_a_r_N_a_m_e  and also returned as
  25.      result.
  26.  
  27.  
  28. KEYWORDS
  29.      add, increment, variable, value
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.